/* 마커디자인 */
.map_marker {
  position: relative;
  display: inline-block;
}

/* 커스텀 오버레이 (말풍선) 디자인 */
.my-place-label {
  background: #fff;
  border: 2px solid #917056;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  text-align: center;
  white-space: nowrap;
  position: relative;
  bottom: 50px;

  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 10;
  transform: translateY(-50%);
}


/* 모바일 */
@media screen and (max-width:599px) {
  .my-place-label {
      bottom: 50px;
  }
}

/* 말풍선 꼬리 (테두리 - 핑크색) */
.my-place-label:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid #917056;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* 말풍선 꼬리 (내부 채움 - 흰색) */
.my-place-label:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 1;
}






.header_menu_1:nth-child(3){
  font-weight: 800;
}
.subpage_top{
  background: url("/images/store/sm_01.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}






.swiper_dcon01{
  width: 100%;
  padding: 1vw 0;
  border-bottom: 1px solid var(--main-rbrown);
}
.dcon01_tt{
  color: var(--main-rbrown);
  font-size: 1.1vw;
  font-family: 'SUIT-Regular';
}
.swiper_dcon01 .swiper-slide{
  width: fit-content !important;
}





.dcon02{
  padding: 7vw 0 6vw 0;
}




/* map */
@font-face {
  font-family: 'Pretendard-Thin';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-ExtraLight';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Light';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Medium';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-SemiBold';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Bold';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-ExtraBold';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Black';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
.map_mid_map_search_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .map_mid_map_search_top > div{
    color: #000;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6%;
    padding-bottom: 3%;
    font-size: 1vw;
    font-weight: 300;
    cursor: pointer;
    background-color: #fff;
  }
  .on2{
    background: #16992C !important;
    color: white !important;
    font-weight: 900 !important;
  }
  .off2{
    font-weight: 300 !important;
  }
  .map_mid_map_search_mid {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 45%;
      height: 3.5vw;
      padding: 0% 1%;
      box-sizing: border-box;
      margin: auto;
      z-index: 3;
      top: -1.7vw;
      border: 1px solid #917056;
      background-color: #fff;
      overflow: hidden;
      border-radius: 100px;
  }
  .map_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    /* border-radius: 0.6vw; */
    width: 100%;
    height: 100%;
    padding-left: 5%;
    font-size: 1.05vw;
    box-sizing: border-box;
    color: #000;
    font-family: 'Pretendard variable';
    background-color: #fff;
  }
  .map_mid_map_search_mid input::placeholder {
    color: #9e9e9e;
  }
  .map_mid_map_search_mid_bg{
      width: 3.8vw;
      height: 3.8vw;
      background-color: var(--main-red);
      right: 0;
  }
  /* .map_04{
  } */
  .map_mid_map_search_bottom{
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    /* margin: auto; */
    padding: 0vw 0;
    border-right: 1px solid #ddd;
  }
  .map_mid_map_search_bottom::-webkit-scrollbar {
      width: 0.6vw;
    }
  .map_mid_map_search_bottom::-webkit-scrollbar-thumb {
      width: 0.6vw;
      border-radius: 100px;
  }
  .map_mid_map_search_item_title{
    font-size: 1.15vw;
    font-weight: 500;
  }
  .map_mid_map_search_item_address{
    width: 100%;
    margin-top: 6%;
    margin-bottom: 4%;
  }
  .map_mid_map_search_item_tel{
      opacity: 0.8;
  }
  .map {
    width: 100%;
    height: 32vw;
    background-color: #ddd;
    border: 1px solid #917056;
    border-radius: 2vw;
  }
  .map_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 75%;
    margin-bottom: 0%;
    box-sizing: border-box;
  }
  .map_search {
      width: 1.1979vw !important;
      right: 5%;
      cursor: pointer;
      z-index: 5;
  }
  .con7_bottom_2{
        width: 26.4943%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .map_mid_map_search_item {
      width: 100%;
      margin: 0% auto;
      border-bottom: 1px solid var(--main-blue);
      padding: 2vw 2.5vw;
      font-size: 0.9vw;
      font-family: pretendard-regular;
      box-sizing: border-box;
      position: relative;
      color: #000;
      border-bottom: 1px solid #ddd;
      cursor: pointer;
  }
  .map_mid_map_search {
      width: 25%;
      background: white;
      height: calc(100% - 2px);
      top: 50%;
      z-index: 2;
      overflow: hidden;
      left: 0;
      box-sizing: border-box;
      transform: translateY(-50%);
      box-sizing: border-box;
      border-radius: 2vw 0 0 2vw;
      border-right: 1px solid #ddd;
      border-right: none
  }
  /* .map_mid_map_search_bottom::-webkit-scrollbar {
    display: none;
  } */
  .map_plus {
      width: 2.1354vw !important;
      display: flex;
      justify-content: center;
      align-items: center;
      right: 1.5vw;
      bottom: 2vw;
      cursor: pointer;
  }
/*   .map_plus_h {
    width: 150.769%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .map_plus:hover .map_plus_h {
    opacity: 1;
  } */
  .sido1 {
    width: 16%;
    height: 48%;
    border: none;
    border-right: 1px solid #b5b5b5;
    outline: none;
  }
  .map_link {
    width: 7.6042vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
  }
  .map_link_popup {
      width: 7.6042vw !important;
      padding-top: 1vw;
  }
  
  
  /* map 추가 css */



/*popup*/
  
  
div.popup {
  width: 50%;
  height: 24vw;
  top: 2%;
  /* border: 1px solid black; */
  background-color: #fff;
  /* border: 1px solid #3C2420; */
  box-sizing: border-box;
  gap: 0vw;
  border-radius: 1.2vw;
  justify-content: space-between;
  overflow: hidden;
}

.fixed_popup{
  height: 100vh;
  background: #00000045;
}
.popup_top{
  font-size: 1.5vw;
  width: 88%;
  padding-bottom: 3%;
  text-align: center;
  border-bottom: 1px solid #0000002e;
}
.popup > p:nth-child(2){
  font-size: 1.3vw;
  width: 88%;
  margin-top: 5%;
  padding-bottom: 2%;
  text-align: left;
}
.popup > p:nth-child(4){
  font-size: 0.9vw;
  width: 88%;
  margin-top: 1%;
}
.popup > p:nth-child(5){
  left: 42%;
  width: 58%;
  padding-right: 8%;
  height: 12vw;
  top: 43%;
  box-sizing: border-box;
  font-size: 0.9vw;
  overflow-y: scroll;
}
.fixed_popup{
  position: fixed !important;
  top: 0;
  z-index: 5;
  /*pointer-events: none;*/
  /*opacity: 0;*/
}
.popup_right_1st{
  color: #E3C179;
  width: 78%;
  margin-bottom: 1%;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.2vw;
  margin-top: -6%;
}
.popup_right> div > div:nth-child(1){
  font-weight: 600;
  font-size: 1vw;
  width: 4.5vw;
  
}
.popup_right> div > div:nth-child(2){
  width: 65%;
  font-weight: 400;
  font-size: 0.9vw;
}
.popup_right> div{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  color: #595959;
  margin-bottom: 1vw;
}
.popup_right{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  color: #000;
}
.popup_img img{
  width: 100%;
}


.fixed_popup_con{
  width: 62%;
  height: 49%;
  background-color: #000;
  top: 31%;
  left: 20%;
  border-radius: 1vw;
}




.popup_img {
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  height: 100%;
  overflow: hidden;
  padding-right: 0;
  box-sizing: border-box;
  border-radius: 0;
  padding: 1.5vw;
}


.popup_top_absol{
      width: 12.4369%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 12%;
  left: 10%;
}
.popup_top_absol_2nd{
      width: 96.6687%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 21%;
  left: 1.5%;
}

.popup_img_con{
  position: static !important;
  overflow: hidden;
}
.popup_right_6th_left{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background-color: #19c365;
  border-radius: 5vw;
  padding: 0.5vw 1vw;
  right: 30%;
  bottom: 9%;
}

.popup_img_con {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_img img {
width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup_top_absol {
  width: 12.4369%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 18%;
  left: 52.5%;
}
.popup_right_2nd {
    font-weight: 600;
    width: 85%;
    font-size: 1.36vw;
    padding-bottom: 1.5vw;
    margin-bottom: 1.5vw;
    box-sizing: border-box;
    font-family: 'pretendard variable';
    border-bottom: 1px solid #bebebe;
}

.popup img{
  width: 100%;
}

.popup_close {
  width: 0.8854vw !important;
  /* height: 2vw; */
  display: flex;
  justify-content: center;
  align-items: center;
  top: 2vw;
  right: 2vw;
  cursor: pointer;
  font-size: 1.2vw;
  /* font-family: 'Paperlogy-5Medium'; */
}
.popup_close_border {
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 50%;
  border: 1px solid #ef823a;
}
.popup_close .absol {
  width: 60%;
  height: 2px;
  background-color: #fff;
}
.popup_close .absol:nth-child(1) {
  transform: rotate(45deg);
}
.popup_close .absol:nth-child(2) {
  transform: rotate(-45deg);
}

div.popup_logo {
  width: 17.156%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
}






@media screen and (max-width:599px) {

.dcon01_tt {
  font-size: 3.8vw;
}
.swiper_dcon01 {
  padding: 3vw 0;
}
.dcon02 {
  padding: 18vw 0 13vw 0;
}










































  /* map*/
.map_link_popup {
  padding-top: 3vw;
  width: 27vw !important;
  position: absolute;
  bottom: 4vw;
}

.con20_map {
  width: 90% !important;
}
.map_mid_2nd {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 93%;
margin-bottom: 0;
border: 1px solid #ddd;
}    


.map {
width: 100%;
height: 55vw;
border-radius: 0vw;
border-bottom: none;
border: none;
}
.map_search {
  width: 6% !important;
}
.map_mid_map_search_mid {
display: flex;
justify-content: space-between;
align-items: center;
width: 91%;
height: 12vw;
padding: 0% 4%;
box-sizing: border-box;
margin: auto;
z-index: 3;
top: -6vw;
border-radius: 50vw;
overflow: hidden;
}
.map_mid_map_search{
position: relative !important;
width: 100%;
background: white;
height: 89vw;
top: 5%;
z-index: 0;
overflow: hidden;
border-radius: 0;
left: 0;
transform: translateY(0);
border: none;
}
.map_mid_map_search_top > div {
color: #000;
width: 50%;
display: flex;
justify-content: center;
align-items: center;
padding-top: 5%;
padding-bottom: 3%;
font-size: 3.2vw;
}
.map_mid_map_search_mid input {
appearance: none;
border: none;
outline: none;
height: 100%;
padding-left: 5%;
font-size: 3.6vw;
}


.map_mid_map_search_item {
margin: 0% auto;
border-bottom: 1px solid #ddd;
padding: 7% 0;
font-size: 3.5vw;
box-sizing: border-box;
width: 85%;
}
.map_mid_map_search_item_title {
font-size: 4.3vw;
font-family: pretendard-bold;
}
.map_mid_map_search_bottom {
overflow: scroll;
height: 93vw;
width: 100%;
border: none;
}
.map_link {
width: 36%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 4vw;
}
.map_plus {
width: 8vw !important;
display: flex;
justify-content: center;
align-items: center;
right: 0%;
bottom: 14%;
cursor: pointer;
}
/*  popup  */
.popup_right> div > div:nth-child(1) {
width: 27%;
}
.popup_right_1st {
color: #E3C179;
width: 78%;
margin-bottom: 1%;
text-align: left;
justify-content: center;
align-items: center;
font-size: 4.2vw;
margin-top: 6%;
text-align: center;
}
div.popup {
width: 84%;
height: 120vw;
flex-direction: column;
justify-content: flex-start;
padding-top: 0%;
top: 0%;
gap: 4vw;
border-radius: 4vw;
}

.popup_right_3rd .popup_right_3rd_right{
    width: 72%;
}



.popup_img {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-left: 0;
height: 50%;
overflow: hidden;
margin-top: 0%;
margin-bottom: 0%;
padding: 0;
}    
.popup_img img {
  border-radius: 3vw;
}
.popup_img_con {
left: unset;
overflow: hidden;
scale: 0.8;
overflow: hidden;
} 
.popup_top_absol {
width: 12.4369%;
display: flex;
justify-content: center;
align-items: center;
top: 6%;
left: unset;
}
.popup_top_absol_2nd {
width: 96.6687%;
display: flex;
justify-content: center;
align-items: center;
top: 13%;
left: unset;
}    
.popup_img {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-left: 0;
height: 50%;
overflow: hidden;
}
.popup_right_6th{
justify-content: center !important;
}
.holme_close{
width: 100%;
}
.popup_close {
  top: 2.5% !important;
  right: 4% !important;
  /* height: 7.5vw; */
  width: 4.5vw !important;
  z-index: 10 !important;
  font-size: 5vw;
}

.fixed_popup {
z-index: 500000000;
}


.con01pop_05{
width: 100%;
}
.popup_right_6th_left {
width: 37.523% !important;
display: flex;
justify-content: center;
align-items: center;
color: #000;
background-color: #19c365;
border-radius: 5vw;
padding: 1.5vw 3vw;
right: auto;
bottom: 6%;
}

.popup_img_con {
overflow: hidden;
width: 100%;
scale: 1;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}    
.popup_right_2nd {
font-weight: 600;
width: 100%;
font-size: 4.56vw;
padding-bottom: 5%;
padding-left: 0%;
text-align: center;
}
.popup_right {
width: 100%;
height: 50%;
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: column;
}

.popup_right>div {
display: flex;
justify-content: flex-start;
align-items: flex-start;
width: 90%;
margin-top: 5%;
margin-left: 5%;
}

.popup_right>div>div:nth-child(1) {
width: 23%;
font-size: 4vw;
}

.popup_right>div>div:nth-child(2) {
font-weight: 400;
font-size: 3.5vw;
width: 60%;
}
div.popup_logo {
display: none !important;
}

}